home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Begin VB.Form Form1
- BorderStyle = 3 'Fixed Dialog
- Caption = "Loading.."
- ClientHeight = 495
- ClientLeft = 45
- ClientTop = 330
- ClientWidth = 3675
- ClipControls = 0 'False
- ControlBox = 0 'False
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 495
- ScaleWidth = 3675
- ShowInTaskbar = 0 'False
- StartUpPosition = 2 'CenterScreen
- Begin VB.PictureBox Picture1
- AutoSize = -1 'True
- BorderStyle = 0 'None
- Height = 480
- Left = 120
- Picture = "Form1.frx":0000
- ScaleHeight = 480
- ScaleWidth = 480
- TabIndex = 0
- Top = 0
- Width = 480
- Begin VB.Label Label1
- Caption = "Label1"
- Height = 255
- Left = 480
- TabIndex = 1
- Top = 120
- Width = 15
- End
- End
- Begin VB.Label Label2
- AutoSize = -1 'True
- BackStyle = 0 'Transparent
- Caption = "Loading Please Wait."
- Height = 195
- Left = 1200
- TabIndex = 2
- Top = 120
- Width = 1515
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Form_Load()
- Load Form2
- Form2.Show
- End Sub
-